Skip to content

Stop erasing ErrorReply stack #3050

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dxg
Copy link

@dxg dxg commented Aug 11, 2025

Description

error.stack being undefined makes debugging very difficult. I lost a few hours the other day trying to pinpoint the source of an error due to the empty stack.
Given this restores standard JS Error behaviour, I have not included any tests.

Resolves #2482


Checklist

  • Does npm test pass with this change (including linting)?
  • Is the new or changed code fully tested?
  • Is a documentation update included (if this change modifies existing APIs, or introduces new ones)?

It was very difficult to debug `ErrorReply` errors due to `error.stack` being erased.
Given this restores standard JS Error behaviour, I have not added any tests.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Why is ErrorReply stack being erased?
1 participant